home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / twall62s.zip / altcol.mh next >
Text File  |  1996-05-12  |  888b  |  21 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. // Alternate avatar colour codes:
  3. //      Used since when writing to files some of these screw up..
  4. #define BLACK           "\x16\x01\x10\x80"
  5. #define BLUE            "\x16\x01\x10\x81"
  6. #define GREEN           "\x16\x01\x10\x82"
  7. #define CYAN            "\x16\x01\x10\x83"
  8. #define RED             "\x16\x01\x10\x84"
  9. #define MAGENTA         "\x16\x01\x10\x05"
  10. #define BROWN           "\x16\x01\x10\x86"
  11. #define GRAY            "\x16\x01\x10\x87"
  12. #define DARKGRAY        "\x16\x01\x10\x88"
  13. #define LIGHTBLUE       "\x16\x01\x10\x89"
  14. #define LIGHTGREEN      "\x16\x01\x10\x8A"
  15. #define LIGHTCYAN       "\x16\x01\x10\x8B"
  16. #define LIGHTRED        "\x16\x01\x10\x8C"
  17. #define LIGHTMAGENTA    "\x16\x01\x10\x8D"
  18. #define YELLOW          "\x16\x01\x10\x8E"
  19. #define WHITE           "\x16\x01\x10\x8F"
  20.  
  21.